From: Eli Zaretskii Date: Fri, 23 Jul 2021 11:56:16 +0000 (+0300) Subject: MS-Windows followup to recent emacsclient changes X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1995 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ce04a88f3c0e0548eacff03018d7d7bdd88ec517;p=emacs.git MS-Windows followup to recent emacsclient changes * nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_file-has-acl): Set to true to avoid compiling file-has-acl.c on MS-Windows. --- diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk index 5cdbde6bb5b..c85b9150f0c 100644 --- a/nt/gnulib-cfg.mk +++ b/nt/gnulib-cfg.mk @@ -68,3 +68,4 @@ OMIT_GNULIB_MODULE_fchmodat = true OMIT_GNULIB_MODULE_lchmod = true OMIT_GNULIB_MODULE_futimens = true OMIT_GNULIB_MODULE_utimensat = true +OMIT_GNULIB_MODULE_file-has-acl = true